home *** CD-ROM | disk | FTP | other *** search
/ Australian Personal Computer 2002 November / CD 1 / APC0211D1.ISO / workshop / prog / files / ActivePerl-5.6.1.633-MSWin32.msi / _93791776eeeb5cee8ccd30570e13384c < prev    next >
Encoding:
Text File  |  2002-05-30  |  360 b   |  14 lines

  1. #ifndef TKOPTION_VT
  2. #define TKOPTION_VT
  3. typedef struct TkoptionVtab
  4. {
  5. #define VFUNC(type,name,mem,args) type (*mem) args;
  6. #define VVAR(type,name,mem)       type (*mem);
  7. #include "tkOption.t"
  8. #undef VFUNC
  9. #undef VVAR
  10. } TkoptionVtab;
  11. extern TkoptionVtab *TkoptionVptr;
  12. extern TkoptionVtab *TkoptionVGet _ANSI_ARGS_((void));
  13. #endif /* TKOPTION_VT */
  14.